go/types.Checker.typeList (method)

4 uses

	go/types (current package)
		call.go#L52: 		targs = check.typeList(xlist)
		call.go#L265: 		targs = check.typeList(xlist)
		typexpr.go#L463: 	targs := check.typeList(ix.indices)
		typexpr.go#L556: func (check *Checker) typeList(list []ast.Expr) []Type {